projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e5b8c
)
treeview: Don't initialize variable twice
author
Benjamin Otte
<otte@redhat.com>
Fri, 6 Mar 2020 03:24:30 +0000
(
04:24
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 6 Mar 2020 04:43:56 +0000
(
05:43
+0100)
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index a966c8ef0ea252002e1ade927a68e6fe63711a49..24cb0d8726d7bffc308c7baa5e55427c3d7e8787 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-2823,7
+2823,6
@@
gtk_tree_view_click_gesture_pressed (GtkGestureClick *gesture,
GList *list;
gboolean rtl;
- rtl = (_gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL);
gtk_tree_view_stop_editing (tree_view, FALSE);
button = gtk_gesture_single_get_current_button (GTK_GESTURE_SINGLE (gesture));